/* BOOTSTRAP OVERRIDE */

body{
    line-height: unset !important;
}

.w-100{
    height: 500px !important;
    object-fit: cover !important;
}

.carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    .w-100 {
        height: 300px !important;
    }

    .carousel-inner button{
        font-size: 11px;
    }

    .carousel-inner a button{
        font-size: 10px;
    }
}

@media (min-width: 1200px){
.container {
    max-width: unset !important;
    }
}

@media (min-width: 992px){
    .container {
        max-width: unset !important;
        }
}

@media (min-width: 768px){
    .container {
        max-width: unset !important;
        }
}

@media (min-width: 576px){
    .container {
        max-width: unset !important;
        }
}

.carousel{
    width: 100% !important;
}


.container{
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* FIN BOOTSTRAP OVER */

.carousel-inner a button{
    background-color: #0b2956;
    color: white;
    font-family: 'Roboto';
    border-radius: 5px;
    border: 1px solid black;
    user-select: none;
    padding: 10px 30px;
    margin-bottom: 15px;
    cursor: pointer;
    outline: none;
    transition: 0.2s ease-in-out;
}

.carousel-inner a button:hover{
    background-color:#1d47a0;
}

.carousel-inner button{
    background-color: #ffffff;
    color: black;
    font-family: 'Roboto';
    border-radius: 5px;
    border: 1px solid grey;
    user-select: none;
    padding: 10px 30px;
    margin-bottom: 15px;
    pointer-events: none;
}

.container-service{
    width: 60%;
    margin: 50px 0px;
    margin-bottom: 15px;
}

.container-text-service p{
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
}

.container-text-service strong{
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: 400;
}


.container-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-service {
    height: 125px;
    width: 330px;
    margin: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    background-color: #e9f5ff6e;
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    padding: 0px 8px;
    min-width: 330px;
}

.box-service:hover{
    background-color: #e9f5ff;
}

.service-ico{
    margin-right: 10px;
}

.service-ico img{
    height: 40px;
    transition: 0.2s ease-in-out;
}

.service-desc p{
    margin: 0;
}

.service-desc p:nth-child(1){
    color : #0F2657;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

.service-desc p:nth-child(2){
    color : #000000;
    font-weight: 300;
    margin-top: 7px;
}

.container-devis{
    margin-top: 50px;
    /* display: flex; */
    font-family: 'Roboto';
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    background-image: url("../img/devis-fond.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 250px;
}

.container-devis h1{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.container-devis button{
  height: 40px;
  background-color: #77c4d8;
  color: white;
  font-family: 'Roboto';
  border-radius: 5px;
  border: 1px solid black;
  user-select: none;
  padding: 10px 30px;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  margin: 0px 15px;
  min-width: 210px;
  margin-top: 30px;
}

.container-devis button:hover{
    background-color:#4683df;
    color:white;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}

::selection{
  color: #fff;
  background: #0f4ce4; 
}
.wrapper{
  max-width: 1080px;
  margin: 0px auto;
  margin-bottom: 80px;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #0F2657;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
  margin: 15px 0px;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  background: aliceblue;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: white;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #27a3c8;
  font-size: 17px;
  box-shadow: 0 0 0 4px #0F2657, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -60px;
}
.row-2 section .icon{
  top: 15px;
  left: -60px;
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
.row section .bottom a{
  display: none;
  text-decoration: none;
  background: #0F2657;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}

.wrapper-info-devis{
  color: white;
  width: 40%;
  background-color: #0b2956;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
}

@media (max-width: 590px) {
  .wrapper-info-devis{
    width: 70%;
  }  
  .container-devis h1 {
    text-align: center;
    font-size: 20px;
  }
  
}

@media (max-width: 1210px) {
  .wrapper-btn-devis {
    display: flex;
    flex-direction: column;
  }  
}


@media (max-width: 1200px) {
    .container-service {
        width: 85%;
    }
}
